home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / vmix267.zip / VMIX.INI < prev    next >
INI File  |  1991-12-10  |  3KB  |  64 lines

  1. ;--- VMiX Sample Configuration File
  2. ;--- This file is read by VSETUP.EXE (everything after an ';' is a comment)
  3. ;
  4. ;
  5. ;--- VSETUP.EXE can be given in the VMiX startup command line
  6. ;----------------- C:\VMIX> vm_boot vsetup
  7. ;
  8. ;--- and/or it can  be given as an argument to the 'set remote -l' command
  9. ;----------------- set remote -l2 vsetup
  10. ;--- or
  11. ;----------------- set remote -l1 c:\vmix\vsetup.exe
  12. ;
  13. ;
  14. ;--- The first time (and everytime) that the Section [access passwords]
  15. ;--- is found, the original VMiX.INI file is copied to VMiX.BAK and all
  16. ;--- access pswds are encrypted and the name of this Section changed to
  17. ;--- [encrypt passwords].  Remove the unencrypted file VMiX.BAK, so that
  18. ;--- the original passwords remain secret to all other users.
  19.  
  20. [access passwords]
  21. ;----------------- sample access passwords
  22. guest
  23. userx
  24. password
  25.  
  26. [remote startup]
  27. ;----------------- Automatic login shell or program for remote callers
  28. ;
  29. ;----------------- The VMiX command line you give here, is invoked
  30. ;----------------- for an incomming COMM port call, only if you have
  31. ;----------------- issued the command 'set remote -l???? vsetup.exe',
  32. ;----------------- where ???? is the COMM port channel (1 - 4).
  33. ;----------------- If the above command is in effect, when a COMM port
  34. ;----------------- login attempt is detected, VSETUP.EXE is executed.
  35. ;----------------- VSETUP first validates the input user password with
  36. ;----------------- the valid encoded passwords in VMiX.INI.  After
  37. ;----------------- validation, VSETUP.EXE will pass control to the VMiX
  38. ;----------------- command line given below.  Only one line allowed, but
  39. ;----------------- multiple commands/programs can be entered, separated 
  40. ;----------------- by a '/' delimiter.
  41. ;
  42. ;----------------- 'set remote -l????' by itself, without VSETUP.EXE
  43. ;----------------- restores the default VMiX shell (where access
  44. ;----------------- passwords are not checked).
  45. rshell
  46.  
  47. [startup]
  48. ;----------------- If VSETUP.EXE is given in the vm_boot startup command line,
  49. ;----------------- then all single or multi command lines you give here, will
  50. ;----------------- be executed during VMiX startup.
  51. ;
  52. ;----------------- This method is an alternative to giving all your
  53. ;----------------- configuration commands in a long vm_boot command line.
  54. ;
  55. ;----------------- It is better to use a single line per 'dosjob' command.
  56. ;----------------- For other commands, concatenate as many as possible on
  57. ;----------------- a single line (each line is processed by a different
  58. ;----------------- VMiX process).
  59. ;set re -x/set vi -s/set sys -c/vw      ;UNCOMMENT THIS LINE FOR MENU START
  60. ;set remote -l1 vsetup/set baud -c1 2400;UNCOMMENT THIS LINE FOR COM1 REMOTE
  61. ;set remote -l2 vsetup/set baud -c2 2400;UNCOMMENT THIS LINE FOR COM2 REMOTE
  62. ;do dir C:\ /type C:\AutoExec.Bat       ;Just a TEST
  63.  
  64.